//Verison=2.2
//Example,Don't Delete flowing text!
//Button NIMI // Generator NIMI 
//Button NIMI 100 // Generator NIMI and Delay 100ms, 100 not is nessary
//Button INT0 // Generator INT0 and Delay 200ms
//Button RESETAMBE3000
//Button RESET3252
//Send 1 command, Receive 2 response with one is not verify.
//Command ID: CARRIER_LOST // necessary!
//Summary  // not essential, 
//Send command: 61 00 02 00 19 00 // necessary!
//Pause=300 // not essential, unit: ms; Pause 300ms after Send command
//Timeout=100 // not essential, unit: ms; if not receive '84 A9 61 ...' in 100ms after send command, Timeout error will happen!
//*Receive Data: 61 00 02 51 19 00 // not essential, receive but not verify
//Receive Data: 61 00 02 51 19 20 // not essential, receive and verify 
//.Set x = AA B0  -- Define var x ; Added in ver2.2
// ... 61 00 02 00 19 {x}   --- use the defined var, The {x} will be replaced with AA B0 
//


//Command ID:	VOCODER_SEL
//Send	Command: 84 A9 61 00 02 00 10 01
//Receive	Command:84 A9 61 00 02 00 10 00
//PAUSE 3000
Command ID:	DPMR_CC
Send	Command: 84 A9 61 00 04 03 5C 77 F5 D5
Receive	Command:84 A9 61 00 02 03 5C 00
Command ID: WORK_MODE_DUPLEX
Send command: 84 A9 61 00 04 00 18 03 00 00
Receive Data: 84 A9 61 00 02 00 18 00
Command ID: PROCESS_MODE
Send command: 84 A9 61 00 02 00 1A 03
Receive Data: 84 A9 61 00 02 00 1A 00
Command ID:	ADDRESSING_MODE
Send	Command: 84 A9 61 00 02 03 28 01
Receive	Command:84 A9 61 00 02 03 28 00
Command ID: DPMR_CI
Send command: 84 A9 61 00 03 03 5A 24 00
Receive Data: 84 A9 61 00 02 03 5A 00
Command ID: DPMR_CALLED_ID
Send command: 84 A9 61 00 04 03 50 12 34 56
Receive Data: 84 A9 61 00 02 03 50 00
Command ID: DPMR_OWN_ID
Send command: 84 A9 61 00 04 03 51 12 34 56
Receive Data: 84 A9 61 00 02 03 51 00
Command ID:	REPORT_FIELD
Send	Command: 84 A9 61 00 02 00 1D 7f
Receive	Command:84 A9 61 00 02 00 1D 00
//data 1
//Command ID:	CALL_START
//Send	Command: 84 A9 61 00 02 00 20 42    
//Receive	Command:84 A9 61 00 02 00 20 00
//data 2
Command ID:	CALL_START
Send	Command: 84 A9 61 00 02 00 20 62    
Receive	Command:84 A9 61 00 02 00 20 00
PAUSE 1000
//data 1
//Command ID:	DPMR_DATA_FRAME
//Send	Command: 84 A9 61 00 27 03 43 80 08 01 02 03 04 05 06 07 08 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
//Receive	Command:84 A9 61 00 01 20 43 
//data 2
Command ID:	DPMR_DATA_FRAME
Send	Command: 84 A9 61 00 17 03 43 81 08 01 02 03 04 05 06 07 08 00 00 00 00 00 00 00 00 00 00 00 00  
Receive	Command:84 A9 61 00 01 20 43 
